home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Shop / wands.dir / Internal_34.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  304 b   |  17 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 < trackStopTime(sprite(1), 1) then
  3.     go(the frame)
  4.   else
  5.     cursor(-1)
  6.     set the movieRate of sprite 1 to 0
  7.     go("foto1")
  8.   end if
  9.   cursor([cast "curs", cast "mask"])
  10. end
  11.  
  12. on mouseUp
  13.   cursor(-1)
  14.   set the movieRate of sprite 1 to 0
  15.   go("foto1")
  16. end
  17.